home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / util / wb / RandomWBPatt.readme < prev    next >
Text File  |  2002-03-31  |  7KB  |  122 lines

  1. Short:    Slideshow-like random WBPattern change
  2. Author:   RhoSigma, Roland Heyder (Germany)
  3. Uploader: rhosigma@gmx.net (Roland Heyder)
  4. Version:  $VER: RandomWBPatt 3.089 (30.03.02)
  5. Type:     util/wb
  6. Requires: OS 3.0 (v39+), util/libs/ExtraLib.lha
  7.  
  8. english:
  9. ¯¯¯¯¯¯¯¯
  10. EMAILWARE - Please tell me what you think about this piece of Software ;-)
  11.  
  12. This small CLI-Program changes the file-entries within ENV:sys/WBPattern.prefs
  13. every given period of time. This automaticly forces IPrefs to refresh the WB
  14. to use the new pictures as background.
  15.  
  16. Installation: - Copy the program (RandomWBPatt) to C: (SYS:c)
  17.               - Create the file 'SYS:Prefs/Presets/PatternFiles', which con-
  18.                 tains a listing of all Image-Files (incl. Paths) which you
  19.                 decide to use as backgrounds. In the very first line of that
  20.                 file you must place the number of files listed within the file.
  21.                 Take a look to the supplied sample file, if you are unsure.
  22.               - Note: You also need util/libs/ExtraLib.lha from Aminet
  23.  
  24. Usage: Use from CLI only !!
  25.  
  26.         RandomWBPatt ONCE/S WBONLY/S WINONLY/S TIMER/K PEN/K
  27.  
  28.        ONCE    - Set just one time new backgrounds and then quit immediatly
  29.        WBONLY  - Change only Workbench-Background
  30.        WINONLY - Change only Windows-Background
  31.        TIMER   - followed by a max. 4-digit number, which gives the period
  32.                  of time in minutes, after every time it is elapsed the new
  33.                  background is set
  34.        PEN     - followed by a max. 3-digit number in the range 0-255, which
  35.                  specifies the color used for outputs (see Notes)
  36.  
  37.        - If specified both, ONCE and TIMER, ONCE has higher priority !!
  38.        - If specified both, WBONLY and WINONLY, WBONLY has higher priority !!
  39.        - If specified no ONLY-Option, then both backgrounds are affected.
  40.        - If no Option is given, the defaults used are TIMER=30 PEN=3
  41.        - If you don't use ONCE, use 'Run >NIL: RandomWBPatt Options' i.e. if
  42.          you start the program within S:User-Startup.
  43.  
  44.        - you may quit the program using the CLI-Command 'Break' by sending
  45.          a CTRL-C to it, the program then quits within the next minute
  46.        - you also can send a CTRL-F, which forces RandomWBPatt to break its
  47.          time cycle and load a new background immediatly (well, within the
  48.          next minute)
  49.  
  50. Notes: The program creates another file called 'PatternFiles.done', which lists
  51.        all Image-Files which were already shown. The random engine uses this
  52.        file to avoid showing of the same image in both, Workbench and Windows,
  53.        and on the other hand you get no Image-Repeats until every image is
  54.        shown at least one time.
  55.         The PEN-Option is only useful if you are using a 800x600 WB-Screen and
  56.        if you also have installed and started StopMenu. In this case you must
  57.        also copy the three .info-Files to STOPMENU:icons/program and then let
  58.        yourself surprise what happens after RandomWBPatt is started.
  59.  
  60. deutsch:
  61. ¯¯¯¯¯¯¯¯
  62. EMAILWARE - Bitte teilt mir eure Meinung über dieses Programm mit ;-)
  63.  
  64. Dieses kleine CLI-Programm schreibt jeweils nach einer angegeben Zeitperiode
  65. neue Bilddateinamen in die Datei ENV:sys/WBPattern.prefs, was IPrefs auto-
  66. matisch dazu bringt, diese als neue Hintergründe anzuzeigen. Die Bilder werden
  67. zufällig aus einer vorgegebenen Liste von Dateinamen ausgewählt.
  68.  
  69. Installation: - Kopieren Sie die Programmdatei (RandomWBPatt) nach C: (SYS:c)
  70.               - Legen Sie die Datei 'SYS:Prefs/Presets/PatternFiles' an, die
  71.                 alle Bilddateien (incl. Pfad) auflistet, welche Sie als Hinter-
  72.                 grund verwenden wollen. In der ersten Zeile der Datei muß die
  73.                 Anzahl der gelisteten Dateien stehen. Sehen Sie sich die mit-
  74.                 gelieferte Datei an, falls Sie sich unsicher sind.
  75.               - Achtung: Sie brauchen util/libs/ExtraLib.lha aus dem Aminet
  76.  
  77. Benutzung: Nur vom CLI aus !!
  78.  
  79.             RandomWBPatt ONCE/S WBONLY/S WINONLY/S TIMER/K PEN/K
  80.  
  81.            ONCE    - Setze einmal neue Hintergründe und beende dann sofort
  82.            WBONLY  - Setze jeweils nur neuen Workbench-Hintergrund
  83.            WINONLY - Setze jeweils nur neuen Windows-Hintergrung
  84.            TIMER   - gefolgt von einer max. 4-stelligen Zahl, die die Periode
  85.                      in Minuten angibt, nach der jeweils ein neuer Hintergrund
  86.                      gesetzt werden soll
  87.            PEN     - gefolgt von einer max. 3-stelligen Zahl zwischen 0-255,
  88.                      die die zu verwendende Schriftfarbe angibt (s.Bemerkung)
  89.  
  90.            - Sind ONCE und TIMER angegeben, dann hat ONCE Priorität !!
  91.            - Sind WBONLY und WINONLY angegeben, dann hat WBONLY Priorität !!
  92.            - Ist keine ONLY-Option angegeben, werden beide Hintergründe gesetzt.
  93.            - Wird gar keine Option angegeben, gilt TIMER=30 PEN=3
  94.            - Wird kein ONCE verwendet, dann sollten Sie das Programm mittels
  95.              'Run >NIL: RandomWBPatt Optionen' asyncron starten, z.B. wenn Sie
  96.              es von der S:User-Startup aus starten wollen.
  97.  
  98.            - Sie können das Programm beenden, indem Sie mit dem CLI-Befehl
  99.              'Break' ein CTRL-C Signal an dieses senden, das Programm beendet
  100.              dann innerhalb einer Minute.
  101.            - Sie können auch ein CTRL-F senden, was RandomWBPatt dazu bringt,
  102.              den aktuellen Time-Zyklus zu beenden und sofort einen neuen
  103.              Hintergrund zu laden (o.k. ja, kann auch bis zu einer Minute dauern)
  104.  
  105. Benerkung: Das Programm legt selbstständig noch die Datei 'PatternFiles.done'
  106.            an, in der alle bereits einmal angezeigten Bilder vermerkt werden.
  107.            Der Zufallsgenerator benutzt diese Datei, um zum einen zu verhindern,
  108.            daß Workbench und Windows das gleiche Bild zugewiesen bekommen, und
  109.            zum anderen kommt es somit erst zu Wiederholungen, wenn alle Bilder
  110.            einmal angezeigt wurden.
  111.             Der PEN-Parameter ist für Sie nur von Interesse, wenn Sie erstens
  112.            einen 800x600 Pixel großen WB-Bildschirm verwenden, und zweitens
  113.            StopMenu installiert ist und auch gestartet ist. Kopieren Sie in
  114.            diesem Fall noch die drei .info-Dateien nach STOPMENU:icons/program
  115.            und lassen sich überraschen, was nach Start von RandomWBPatt passiert.
  116. -----------------------------------------------------------------------------
  117.  
  118. History:
  119. ¯¯¯¯¯¯¯¯
  120. v3.089 (30.03.02)
  121.        - First public release
  122.